Kinesis Data Streams
https://gyazo.com/6e8a1f20461cc093d6c3c902f06b17be
https://docs.aws.amazon.com/ja_jp/streams/latest/dev/key-concepts.html
S3
,
Redshift
, Amazon ES, Splunkなどは直接Consumerとして指定できる。
それ以外の場合はConsumerとしてEC2インスタンスを立てて、その中で
KCL (Kinesis Client Library)
というのを使ってデータを取ってくる処理を実装する必要がある。
#AWS
#Kinesis